net/http.http2serverConn.unackedSettings (field)
5 uses
	net/http (current package)
		h2_bundle.go#L4449: 	unackedSettings             int    // how many SETTINGS have we sent without ACKs?
		h2_bundle.go#L4780: 	sc.unackedSettings++
		h2_bundle.go#L5549: 		sc.unackedSettings--
		h2_bundle.go#L5550: 		if sc.unackedSettings < 0 {
		h2_bundle.go#L5849: 		if sc.unackedSettings == 0 {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |